# 快捷键
| 描述 | 按键 |
|---|---|
| 转换小写 | Ctrl+K+L |
| 转换大写 | Ctrl+K+U |
| 选择就近相同项 | Ctrl+D |
| 选择当前文件所有匹配项 | Alt+F3 |
| 向上扩展一层 | Ctrl+Shift+A |
| 上下移动整行 | Ctrl+Shift+↑ / Ctrl+Shift+↓ |
| 复制选中项 | Ctrl+Shift+D |
[
{ "keys": ["ctrl+shift+w"], "command": "toggle_setting", "args": {"setting": "word_wrap"}},
{ "keys": ["ctrl+shift+c"], "command": "cancel_build" },
{ "keys": ["ctrl+alt+f"], "command": "reindent" },
{
"keys":["ctrl+1"],
"command":"side_bar_files_open_with",
"args":
{
"paths":[],
"application":"C:/Program Files/Google/Chrome/Application/chrome.exe",
"extensions":".*"
}
}
]
← License Configuration →